home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
usr
/
lib
/
perl5
/
YAML
/
LibYAML.pm
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Perl POD Document
|
2009-04-11
|
171 b
|
10 lines
package YAML::LibYAML;
use 5.008003;
use strict;
use warnings;
our $VERSION = '0.18';
die "YAML::LibYAML has been renamed to YAML::XS. Please use YAML::XS instead.";
1;